ROTATE PARTICLES

This command will rotate a particles object.

  Syntax
ROTATE PARTICLES Particle Number, X, Y, Z
ROTATE PARTICLES Particle Number, Vector
  Parameters
Particle Number
Integer
The particle object number
X
Float
The x position value
Y
Float
The y position value
Z
Float
The z position value

  Returns

This command does not return a value.

  Description

Rotating the particles object will rotate every particle currently existing as part of the particles object. To correct the behaviour of the individual particles themselves, refer to the other particles object commands.

  Example Code
load image "spec.bmp",3
make particles 3, 3, 10, 10.0
position particles 3, -3, 0, 10
rotate particles 3, 0, 0, rot#
do
loop
delete particles 3
end
  See also

PARTICLES Commands Menu
Index